home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / alloy.swf / scripts / DefineButton2_850 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  70b  |  7 lines

  1. on(release){
  2.    if(player.length > 0)
  3.    {
  4.       play();
  5.    }
  6. }
  7.